home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / MW MPW Binaries 1.1.1a2 / mwcPPC / MWCExamples / AboutBox ƒ / About.make < prev    next >
Encoding:
Text File  |  1994-09-28  |  739 b   |  36 lines  |  [TEXT/MPS ]

  1. #   File:       About.make
  2. #   Target:     About
  3. #   Sources:    About.c
  4. #               CopyRSRC.r
  5. #               GenericCFRG.r
  6. #               main.c
  7. #   Created:    Tuesday, September 27, 1994 10:50:23 PM
  8.  
  9.  
  10. OBJECTS =  About.c.o main.c.o
  11.  
  12. C            =    MWCPPC
  13. COptions    =    -w full
  14. Link        =    MWLinkPPC
  15. LinkOptions    =    -t APPL -c '????'
  16.  
  17.  
  18. About ƒƒ About.make  {OBJECTS}
  19.     {Link} {LinkOptions} ∂
  20.         {OBJECTS} ∂
  21.         "{MWPPCLibraries}"InterfaceLib   ∂
  22.         "{MWPPCLibraries}"MWCRuntime.Lib    ∂
  23.         -o About
  24.  
  25. About  ƒƒ About.make CopyRSRC.r About.rsrc
  26.     Rez -append -o About -d RSRCNAME=∂"About.rsrc∂" CopyRSRC.r
  27.  
  28. About  ƒƒ About.make GenericCFRG.r
  29.     Rez -a -o About -d APPNAME=∂"About∂" GenericCFRG.r
  30.  
  31.  
  32. About.c.o ƒ About.make About.c
  33.  
  34. main.c.o ƒ About.make main.c
  35.  
  36.